04. Quiz: Views
The first thing in Android you need to learn is something called Views.
Views
INSTRUCTOR NOTE:
Camel case is a convention that is not limited to programming. If you've ever used FedEx, listened to an iPod, created a PowerPoint, or eaten at McDonalds, you've encountered camel case!
We used a lot of new words in this video!
- Layout
- User Interface
- TextView
- ImageView
- Button
- Camel case
Don't worry, you don't have to memorize them. You can look up their definitions by clicking here and searching for them. Believe it or not, professional developers don't memorize everything -- looking up information is a key part of the job!
You can look up their definitions in the Vocab Glossary.
Quiz: Views
Views
QUIZ QUESTION::
Match each view below with its corresponding view type.
ANSWER CHOICES:
View |
View Type |
---|---|
ImageView |
|
ImageView |
|
Button |
|
TextView |
|
Button |
|
TextView |
|
TextView |
SOLUTION:
View |
View Type |
---|---|
ImageView |
|
ImageView |
|
Button |
|
TextView |
|
TextView |
|
TextView |
|
Button |
|
TextView |
|
TextView |
|
TextView |
|
TextView |
|
TextView |
|
TextView |
Solution Video
Views - Solution